home *** CD-ROM | disk | FTP | other *** search
- Path: news.nstn.ca!news
- From: hfreeman@fox.nstn.ca (hfreeman)
- Newsgroups: comp.lang.c++
- Subject: Re: Novice Q: Running a BC++4.5 OWL application...
- Date: 23 Jan 1996 16:10:56 GMT
- Organization: NSTN Navigator User
- Message-ID: <4e31ag$dh5@news.nstn.ca>
- References: <ragnaroek1996Jan20.093813.19104@news2.compulink.com> <4e05ra$kss@news.halcyon.com>
- Reply-To: hfreeman@fox.nstn.ca
- NNTP-Posting-Host: bridgewater-ts-10.nstn.ca
- Mime-Version: 1.0
- X-Newsreader: WinVN 0.93.14
-
- In article <4e05ra$kss@news.halcyon.com>, kmoffat@halcyon.com says...
- >
- >mksmith@idirect.com (Martin Smith) wrote:
- >
- >>I have written an OWL application that runs just fine with BC++
- running,
- >>but which won't run from file manager or File|Run unless BC++ is at
- least
- >>running in the background. Is there a switch somewhere among the
- target
- >>attributes that I may not have set?
- >
- >>Any comments appreciated.
- >
- >Check if linking of .dll's is set to Dynamic or Static. You probably
- want
- >Static.
- >
- Alternately, if you wish to use dynamic linking of .dll's, try calling
- EnableBWCC(true)
- in OwlMain(). This appears to be necessary in order to load the BWCC dll
-
-